List server software for certificates
Return a list with software IDs required or certificate
HTTP Request
GET /certificate/order/@product_id/software
Auth: true
QUERY PARAMETERS
Parameter | Type | Description |
---|---|---|
product_id | int | Certificate product ID |
Example Response
{
"software": [
{
"id": 0,
"name": "AOL"
},
{
"id": 1,
"name": "Apache-SSL (Ben-SSL, not Stronghold)"
},
(...)
]
}